home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / demos / lanmap / install.bat < prev    next >
DOS Batch File  |  1996-07-10  |  212b  |  17 lines

  1. echo off
  2. if exist read.me goto default
  3. if exist a:read.me goto adisk
  4. if exist b:read.me goto bdisk
  5.  
  6. :adisk
  7. a:more a:read.me
  8. goto end
  9.  
  10. :bdisk
  11. b:more b:read.me
  12. goto end
  13.  
  14. :default
  15. more read.me
  16. :end
  17.